INTERNAL_ERRORS constant
Implementation
static const INTERNAL_ERRORS = {
NOT_INITIALIZED: {'message': 'Not initialized.', 'code': 1},
NO_MATCHING_KEY: {'message': 'No matching key.', 'code': 2},
RESTORE_WILL_OVERRIDE: {'message': 'Restore will override.', 'code': 3},
RESUBSCRIBED: {'message': 'Resubscribed.', 'code': 4},
MISSING_OR_INVALID: {'message': 'Missing or invalid.', 'code': 5},
EXPIRED: {'message': 'Expired.', 'code': 6},
UNKNOWN_TYPE: {'message': 'Unknown type.', 'code': 7},
MISMATCHED_TOPIC: {'message': 'Mismatched topic.', 'code': 8},
NON_CONFORMING_NAMESPACES: {
'message': 'Non conforming namespaces.',
'code': 9,
},
};