BatchStopJobRunError class

Records an error that occurred when attempting to stop a specified job run.

Constructors

BatchStopJobRunError({ErrorDetail? errorDetail, String? jobName, String? jobRunId})
BatchStopJobRunError.fromJson(Map<String, dynamic> json)
factory

Properties

errorDetail ErrorDetail?
Specifies details about the error that was encountered.
final
hashCode int
The hash code for this object.
no setterinherited
jobName String?
The name of the job definition that is used in the job run in question.
final
jobRunId String?
The JobRunId of the job run in question.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited