Module error_codes

Module error_codes 

Source
Expand description

Error codes used by BRP.

Constantsยง

COMPONENT_ERROR
Could not reflect or find component.
COMPONENT_NOT_PRESENT
Could not find component in entity.
ENTITY_NOT_FOUND
Entity not found.
INTERNAL_ERROR
Internal error.
INVALID_PARAMS
Invalid method parameter(s).
INVALID_REQUEST
JSON sent is not a valid request object.
METHOD_NOT_FOUND
The method does not exist / is not available.
PARSE_ERROR
Invalid JSON.
RESOURCE_ERROR
Could not reflect or find resource.
RESOURCE_NOT_PRESENT
Could not find resource in the world.
SELF_REPARENT
Cannot reparent an entity to itself.