Class Message
Constants summary
string |
SETTER_NOT_IMPLEMENTED
|
#
'Setter for key %s not implemented'
|
string |
NO_CLIENT_ID
|
#
'No client id set'
|
string |
NO_CLIENT_SECRET
|
#
'No client secret set'
|
string |
NO_PROJECT_ID
|
#
'No project id set'
|
string |
INVALID_CACHE_ADAPTER
|
#
'No valid CacheAdapter found'
|
string |
NO_KEY_GIVEN
|
#
'No key given'
|
string |
NO_VALUE_FOR_LOCALE
|
#
'No value for locale set'
|
string |
AUTHENTICATION_FAIL
|
#
'Authentication failed: %s'
|
string |
UNKNOWN_METHOD
|
#
'Unknown method: %s'
|
string |
UNKNOWN_FIELD
|
#
'Unknown field: "%s" - called: %s(%s)'
|
string |
WRONG_TYPE
|
#
'Wrong type for field "%s". Expected %s.'
|
string |
WRONG_ARGUMENT_TYPE
|
#
'Wrong type for argument "%s". Expected %s.'
|
string |
EXPECTS_PARAMETER
|
#
'Excepts parameter "%s" to be %s, null given.'
|
string |
NO_LANGUAGES_PROVIDED
|
#
'No languages provided'
|
string |
DEPRECATED_METHOD
|
#
'Call "%s" with method "%s" is deprecated: "%s"'
|
string |
FUTURE_BAD_METHOD_CALL
|
#
'Trying to call a function for a non future request'
|
string |
UPDATE_ACTION_LIMIT_WARNING
|
#
'Update call %s has over %s update actions.'
|
string |
UPDATE_ACTION_LIMIT
|
#
'Update call %s over limit of %s update actions.'
|