Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiClientResponse

Represents a response returned by ApiClient implementation to a Service Client. Represents a response returned by ApiClient implementation to a Service Client.

export
interface

ApiClientResponse

extends

{ApiClientMessage}

export
interface

ApiClientResponse

extends

{ApiClientMessage}

Hierarchy

Index

Properties

Properties

Optional body

body: string

headers

headers: Array<object>

statusCode

statusCode: number

Result code of the attempt to satisfy the request. Normally this corresponds to the HTTP status code returned by the server. Result code of the attempt to satisfy the request. Normally this corresponds to the HTTP status code returned by the server.