Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommunicationError

Package version

The Communication Services error.

Hierarchy

  • CommunicationError

Index

Properties

code

code: string

The error code.

Optional details

Further details about specific errors that led to this error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional innerError

innerError: CommunicationError

The inner error if any. NOTE: This property will not be serialized. It can only be populated by the server.

message

message: string

The error message.

Optional target

target: undefined | string

The error target. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc