Class: Glia::Errors::InvalidTypeError::Types

Inherits:
Object
  • Object
show all
Defined in:
lib/glia/errors/client_errors.rb

Constant Summary collapse

STRING =
'string'
INTEGER =
'integer'
NUMBER =
'number'
BOOLEAN =
'boolean'
ARRAY =
'array'
OBJECT =
'object'