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())

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard