Back to Node Auth0

Interface GetJobGenericErrorResponseContent

docs/interfaces/management.Management.GetJobGenericErrorResponseContent.html

5.9.11.3 KB
Original Source

Interface GetJobGenericErrorResponseContent

interface GetJobGenericErrorResponseContent {
status: string;
type: string;
created_at?: string;
id: string;
connection_id?: string;
status_details?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

statustypecreated_at?idconnection_id?status_details?

Properties

status

status: string

Status of this job.

type

type: string

Type of job this is.

Optionalcreated_at

created_at?: string

When this job was created.

id

id: string

ID of this job.

Optionalconnection_id

connection_id?: string

connection_id of the connection this job uses.

Optionalstatus_details

status_details?: string

Status details.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties statustypecreated_atidconnection_idstatus_details