MatchError

enum MatchError : Enum<MatchError>

Represents some issue occurred during generating or matching signatures.

Entries

INVALID_SIGNATURE_DURATION
Link copied to clipboard
The request to match failed as the signature used for it was not within the expected duration boundaries.
INVALID_SIGNATURE
Link copied to clipboard
The request to match failed as the signature used for it was deemed invalid.
UNAUTHORIZED
Link copied to clipboard
The request to match failed as the request was unauthorized.
MATCH_ATTEMPT_FAILED
Link copied to clipboard
The request to match the signature failed, trying again may result in success.
PROVIDED_EMPTY_AUDIO_DATA
Link copied to clipboard
The audio data provided is invalid as it was empty.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int