Skip to content
Troptop edited this page Feb 5, 2025 · 1 revision

Error

represents an Error returned from either ropi or 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.

Clone this wiki locally