gstore-node
Search…
v7.x
Introduction
Getting Started
Schema
Model
Entity
Queries
Populate
Middleware (hooks)
Cache / Dataloader
gstore Methods
Typescript
Appendix
Error Codes
Credits
Powered By
GitBook
Error Codes
ERR_ENTITY_NOT_FOUND // When fetching an entity by Key that is not in Datastore
Validation
Here is the list of error codes returned by the gstore Validation. Joi validation will have different code, please refer to their documentation.
ERR_GENERIC // Generic Error type
ERR_VALIDATION // Global Validation Error (on the whole schema)
ERR_PROP_TYPE // Property Type error
ERR_PROP_VALUE // Property Value error
ERR_PROP_NOT_ALLOWED // Property not allowed
ERR_PROP_REQUIRED // Property is required
ERR_PROP_IN_RANGE // Value not in the defined values
Previous
Appendix
Next
Credits
Last modified
3yr ago
Copy link