ConnectorCollectionErrorInfoResponse

data class ConnectorCollectionErrorInfoResponse(val errorCode: String, val errorInnerMessage: String? = null, val errorMessage: String, val errorStartTime: String)

Details of any error encountered on last collection attempt

Constructors

Link copied to clipboard
constructor(errorCode: String, errorInnerMessage: String? = null, errorMessage: String, errorStartTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Short error message

Link copied to clipboard

External Provider error message

Link copied to clipboard

Detailed error message

Link copied to clipboard

Time the error started occurring (Last time error occurred in lastRun)