RestCommandGatewayException
class RestCommandGatewayException(val request: CommandRequest, errorCode: String, errorMsg: String, cause: Throwable, bindingErrors: List<BindingError> = emptyList()) : WowException
Constructors
Link copied to clipboard
constructor(request: CommandRequest, errorCode: String, errorMsg: String, cause: Throwable, bindingErrors: List<BindingError> = emptyList())