Interface ApiClientResponse

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

export
interface

ApiClientResponse

extends

{ApiClientMessage}

Hierarchy

Index

Properties

Properties

Optional body

body: undefined | 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.

Brought to you with ❤ by the Alexa Games team at Amazon. © 2019, Amazon.com, Inc. or its affiliates. All Rights Reserved.