You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ENTITY_NOT_FOUND | The entity (model) was not found. This error is returned for example by [`EntityCrudRepository.prototype.findById`](http://apidocs.loopback.io/@loopback%2fdocs/repository.html#EntityCrudRepository.prototype.findById)|
| ENTITY_NOT_FOUND | The entity (model) was not found. This error is returned for example by [`EntityCrudRepository.prototype.findById`](http://apidocs.loopback.io/@loopback%2fdocs/repository.html#EntityCrudRepository.prototype.findById)|
17
+
| VALIDATION_FAILED | The data provided by the client is not a valid entity. |
18
+
| INVALID_PARAMETER_VALUE | The value provided for a parameter of a REST endpoint is not valid. For example, a string value was provided for a numeric parameter. |
19
+
| MISSING_REQUIRED_PARAMETER | No value was provided for a required parameter. |
17
20
18
21
Besides LoopBack-specific error codes, your application can encounter low-level
19
22
error codes from Node.js and the underlying operating system. For example, when
0 commit comments