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 bindingErrors: List<BindingError>
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
override val errorCode: String
Link copied to clipboard
open override val errorMsg: String
Link copied to clipboard
open override val message: String
Link copied to clipboard
Link copied to clipboard
open val succeeded: Boolean