Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubmitResponse

Hierarchy

  • SubmitResponse

Index

Properties

requestId: RequestId
response: { body: null | { error_code?: string; reject_code: number; reject_message: string }; headers: HttpHeaderField[]; ok: boolean; status: number; statusText: string }

Type declaration

  • body: null | { error_code?: string; reject_code: number; reject_message: string }
  • headers: HttpHeaderField[]
  • ok: boolean
  • status: number
  • statusText: string

Generated using TypeDoc