Skip to main content

FiveError

Last updated 1/10/2024

FiveError Object

The

FiveError
object contains the result of calling a function within the Five API ecosystem. Other
Result
based objects can inherit from the
FiveError
object and provide additional functionality such as
QueryResult
.

Functions

isOk()

The

isOk()
is a function used on the
FiveError
object that returns true or false based on the outcome of the returning function call.


Function Signature
isOk() : boolean;