-
Notifications
You must be signed in to change notification settings - Fork 1
Error
Troptop edited this page Feb 5, 2025
·
1 revision
represents an Error returned from either
ropior the Roblox API
| Property | Type | Description |
|---|---|---|
| code | number | The error code. |
| message | string | The error message. |
An Error is returned upon a failed request via ropi.
Example:
{
code = 500,
message = "Internal Server Error"
}All ropi functions/methods will return an Error object if an error occurs.