ValidationFailed

class ValidationFailed(message: String, statusCode: Int = 422, body: Any? = null, details: Any? = null) : SdkError

Input validation failed; correct the request before retrying.

Constructors

Link copied to clipboard
constructor(message: String, statusCode: Int = 422, body: Any? = null, details: Any? = null)