Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobErrorDetails

Package version

The job error information containing the list of job errors.

Hierarchy

  • JobErrorDetails

Index

Properties

Optional code

code: undefined | string

The code intended for programmatic access. NOTE: This property will not be serialized. It can only be populated by the server.

Optional errorDetails

errorDetails: JobErrorItem[]

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

Optional message

message: undefined | string

The message that describes the error in detail. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc