InputWarning interface
Contains details of warnings encountered during a job execution.
Properties
| code | Warning code. |
| message | Warning message. |
| target |
A JSON pointer reference indicating the target object. |
Property Details
code
Warning code.
code: string
Property Value
string
message
Warning message.
message: string
Property Value
string
targetRef
A JSON pointer reference indicating the target object.
targetRef?: string
Property Value
string