blob: 2cbbeb3a7ebf85e513995af6c96ec2d964c9e34f [file] [log] [blame]
////////////////////////////////////////////////////////////////////////////////
// Do not modify!
// Generated by stringgen
////////////////////////////////////////////////////////////////////////////////
type u32 MsgID
extern MsgID newMsg(Severity s, message msg)
extern void addTag(MsgID msgID, message tag)
enum Severity {
SEVERITY_EMERGENCY = 0x00000000,
SEVERITY_ALERT = 0x00000001,
SEVERITY_CRITICAL = 0x00000002,
SEVERITY_ERROR = 0x00000003,
SEVERITY_WARNING = 0x00000004,
SEVERITY_NOTICE = 0x00000005,
SEVERITY_INFO = 0x00000006,
SEVERITY_DEBUG = 0x00000007,
}
// ERR_CONTEXT_DOES_NOT_EXIST represents message with the arguments as fields.
@unused
class ERR_CONTEXT_DOES_NOT_EXIST {
u64 id
}
// ERR_CRITICAL represents message with the arguments as fields.
@unused
class ERR_CRITICAL {
string err
}
// ERR_FIELD_DOES_NOT_EXIST represents message with the arguments as fields.
@unused
class ERR_FIELD_DOES_NOT_EXIST {
string ty
string field
}
// ERR_FRAMEBUFFER_UNAVAILABLE represents message with the arguments as fields.
@unused
class ERR_FRAMEBUFFER_UNAVAILABLE {}
// ERR_INCORRECT_MAP_KEY_TYPE represents message with the arguments as fields.
@unused
class ERR_INCORRECT_MAP_KEY_TYPE {
string got
string expected
}
// ERR_INVALID_ENUM_VALUE represents message with the arguments as fields.
@unused
class ERR_INVALID_ENUM_VALUE {
u32 value
string variable
}
// ERR_INVALID_OPERATION represents message with the arguments as fields.
@unused
class ERR_INVALID_OPERATION {
string operation
}
// ERR_INVALID_VALUE represents message with the arguments as fields.
@unused
class ERR_INVALID_VALUE {
string value
string variable
}
// ERR_MAP_KEY_DOES_NOT_EXIST represents message with the arguments as fields.
@unused
class ERR_MAP_KEY_DOES_NOT_EXIST {
string key
}
// ERR_MESH_NOT_AVAILABLE represents message with the arguments as fields.
@unused
class ERR_MESH_NOT_AVAILABLE {}
// ERR_MESSAGE represents message with the arguments as fields.
@unused
class ERR_MESSAGE {
string error
}
// ERR_NIL_POINTER_DEREFERENCE represents message with the arguments as fields.
@unused
class ERR_NIL_POINTER_DEREFERENCE {}
// ERR_NO_CONTEXT_BOUND represents message with the arguments as fields.
@unused
class ERR_NO_CONTEXT_BOUND {
u64 thread
}
// ERR_NO_TEXTURE_DATA represents message with the arguments as fields.
@unused
class ERR_NO_TEXTURE_DATA {
string texture_name
}
// ERR_REPLAY_DRIVER represents message with the arguments as fields.
@unused
class ERR_REPLAY_DRIVER {
string replayError
}
// ERR_SLICE_OUT_OF_BOUNDS represents message with the arguments as fields.
@unused
class ERR_SLICE_OUT_OF_BOUNDS {
string from_value
string to_value
string from_variable
string to_variable
string min
string max
}
// ERR_STATE_UNAVAILABLE represents message with the arguments as fields.
@unused
class ERR_STATE_UNAVAILABLE {}
// ERR_TRACE_ASSERT represents message with the arguments as fields.
@unused
class ERR_TRACE_ASSERT {
string reason
}
// ERR_TYPE_NOT_ARRAY_INDEXABLE represents message with the arguments as fields.
@unused
class ERR_TYPE_NOT_ARRAY_INDEXABLE {
string ty
}
// ERR_TYPE_NOT_MAP_INDEXABLE represents message with the arguments as fields.
@unused
class ERR_TYPE_NOT_MAP_INDEXABLE {
string ty
}
// ERR_TYPE_NOT_SLICEABLE represents message with the arguments as fields.
@unused
class ERR_TYPE_NOT_SLICEABLE {
string ty
}
// ERR_UNKNOWN_DEVICE represents message with the arguments as fields.
@unused
class ERR_UNKNOWN_DEVICE {}
// ERR_UNSUPPORTED_CONVERSION represents message with the arguments as fields.
@unused
class ERR_UNSUPPORTED_CONVERSION {}
// ERR_VALUE_GE_LIMIT represents message with the arguments as fields.
@unused
class ERR_VALUE_GE_LIMIT {
string valname
string limitname
s64 val
s64 limit
}
// ERR_VALUE_NEG represents message with the arguments as fields.
@unused
class ERR_VALUE_NEG {
string valname
s64 value
}
// ERR_VALUE_OUT_OF_BOUNDS represents message with the arguments as fields.
@unused
class ERR_VALUE_OUT_OF_BOUNDS {
string value
string variable
string min
string max
}
// ERR_WRONG_CONTEXT_VERSION represents message with the arguments as fields.
@unused
class ERR_WRONG_CONTEXT_VERSION {
u32 reqmajor
u32 reqminor
u32 major
u32 minor
}
// TAG_ATOM_NAME represents message with the arguments as fields.
@unused
class TAG_ATOM_NAME {
string atom
}
// WARN_UNKNOWN_CONTEXT represents message with the arguments as fields.
@unused
class WARN_UNKNOWN_CONTEXT {
u64 id
}