Skip to main content

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 QueryResults.

Functions

isOk()

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

Function Signature
isOk() : boolean;