recordWasError (internalModel, error) private
This method is called once the promise returned by an adapter's createRecord
, updateRecord
or deleteRecord
is rejected (with anything other than a DS.InvalidError
).
Parameters:
-
internalModel
InternalModel
-
error
Error
Please login to continue.