-
Notifications
You must be signed in to change notification settings - Fork 0
Error
Jenya705 edited this page Oct 10, 2021
·
2 revisions
Error object represents server exception.
Field name | Field description |
---|---|
code | Error code |
namespace | Error namespace (for mcapi - "mcapi") |
reason | Error reason |
Error namespace created because codes in addons can repeat.
PlayerNotFound error
{
"code": 1,
"namespace": "mcapi",
"reason": "Player jenya705 is not found"
}