Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 711 Bytes

AkahuErrorResponse.md

File metadata and controls

37 lines (21 loc) · 711 Bytes

akahu - v1.15.3 / AkahuErrorResponse

Class: AkahuErrorResponse

Error type for error responses received from the Akahu API. An error response is characterised by a non 2XX status code and/or a body payload that contains success: false along with an accompanying error message.

Hierarchy

  • AkahuError

    AkahuErrorResponse

Table of contents

Properties

Properties

status

status: number

The response status code.


response

response: AxiosResponse<any>

The full AxiosReponse object from axios.