ValidationResponse interface

Response of pre job creation validations.

Properties

individualResponseDetails

List of response details contain validationType and its response as key and value respectively. NOTE: This property will not be serialized. It can only be populated by the server.

status

Overall validation status. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

individualResponseDetails

List of response details contain validationType and its response as key and value respectively. NOTE: This property will not be serialized. It can only be populated by the server.

individualResponseDetails?: ValidationInputResponseUnion[]

Property Value

status

Overall validation status. NOTE: This property will not be serialized. It can only be populated by the server.

status?: OverallValidationStatus

Property Value