Message
An individual Message.
Attributes
Minimal Representation
Included when the resource is returned as part of another resource.
Name | Type | Description |
---|---|---|
id | Integer | The message's id. |
level | String | The message's level. |
key | String | The message's key. |
code | String | The message's code. |
args | Json | The message's args. |
src | Unknown | The message's src. |
line | Unknown | The message's line. |
Standard Representation
Included when the resource is the main response of a request, or is eager loaded.
Name | Type | Description |
---|---|---|
id | Integer | The message's id. |
level | String | The message's level. |
key | String | The message's key. |
code | String | The message's code. |
args | Json | The message's args. |
src | Unknown | The message's src. |
line | Unknown | The message's line. |