Interface: ApiError


# Interface: ApiError

Components.Schemas.ApiError

# Properties

# cause

cause: string

Error message of the failure that resulted in success: false

Defined in: types/api.ts:142 (opens new window)


# success

success: boolean

Whether or not the request succeeded.

Defined in: types/api.ts:138 (opens new window)