FiveError
Last updated 2/03/2023
FiveError Object
The FiveError
object contains the result of calling a function with in the Five API ecosystem. Other Result
based objects can inherit from FiveError
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;