Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteRenderingServiceErrorInternal

Package version

The error object containing details of why the request failed.

Hierarchy

  • RemoteRenderingServiceErrorInternal

Index

Properties

code

code: string

Error code.

Optional details

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

Optional innerError

An object containing more specific information than the current object about the error. NOTE: This property will not be serialized. It can only be populated by the server.

message

message: string

A human-readable representation of the error.

Optional target

target: undefined | string

The target of the particular error (e.g., the name of the property in error). NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc