DSRestException
class DSRestException(responseCode: Int, errorCode: String?, errorMsg: String?) : DSException
Content copied to clipboard
Exception thrown during a REST operation
Parameters
responseCode
the REST response code
errorCode
the REST error code
errorMsg
the Error Message
Constructors
Link copied to clipboard
fun DSRestException(responseCode: Int, errorCode: String?, errorMsg: String? = null)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard