Retrieve Scan Image Info Result
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class RequestFailure(val exception: ESCLHttpCallResult.Error) : ESCLRequestClient.RetrieveScanImageInfoResult
Link copied to clipboard
data class ScanImageInfoMalformed(val xmlString: String, val exception: Exception) : ESCLRequestClient.RetrieveScanImageInfoResult
Link copied to clipboard
data class Success(val scanImageInfo: ScanImageInfo) : ESCLRequestClient.RetrieveScanImageInfoResult