Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetaData

Additional Response information.

Hierarchy

  • MetaData

Indexable

[key: string]: any

Index

Properties

cached?: boolean

Whether the response contains cached data.

default

false

error?: boolean

Whether the response should be considered a failure.

default

false

headers?: HeadersMap

Map of response headers returned by the network call.

messages?: Message[]

Collection of Message instances; may be empty.

timeout?: boolean

Whether the response timed out. When this is true, Response.status should be 0 and meta.error should be true.

default

false