Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Hierarchy

Index

Properties

body

body: { Error: { Code: string; Detail: string } }

Type declaration

  • Error: { Code: string; Detail: string }
    • Code: string
    • Detail: string

headers

headers: Dictionary<string>

isSuccessful

isSuccessful: boolean

Optional md5

md5: string

statusCode

statusCode: number

Generated using TypeDoc