MethodIdIsDoesNotSatisfyRegex

Represents an error that occurs when the provided method ID does not satisfy a given regex pattern.

Parameters

regex

The regex pattern that the method ID should satisfy.

See also

Constructors

Link copied to clipboard
constructor(regex: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val code: Int
Link copied to clipboard
open override val errorDescription: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val underlyingErrors: Array<Error>?