ApiException

constructor(message: String, statusCode: Int? = null, responseBody: String? = null, cause: Throwable? = null)(source)
constructor(errorCode: ErrorCode = ErrorCode.EXTERNAL_API_ERROR, message: String? = null, statusCode: Int? = null, responseBody: String? = null, cause: Throwable? = null, metadata: Map<String, Any> = emptyMap())(source)