Type Alias ApiFailResponse

ApiFailResponse: {
    reason: string;
}

Represents a failed response from the API

Type declaration

  • reason: string

    Reason why the response failed