ConstraintViolation

data class ConstraintViolation(val violations: Set<String>) : AxpSdkError

A problem that indicates a syntactically correct, yet semantically illegal request. The Server can not process this request until the client resolves the semantic errors described in the violations section.

https://developers.avayacloud.com/onecloud-ccaas/docs/error-handling#constraint-violation

Constructors

Link copied to clipboard
constructor(vararg violation: String)
constructor(violations: Set<String>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String