Contents

signatureDurationInvalid

The error code to indicate that the length of the generated signature is too long or too short to make a match in the catalog.

Declaration

static var signatureDurationInvalid: SHError.Code { get }

Discussion

This error occurs when the length of the generated signature is less than minimumQuerySignatureDuration or greater than maximumQuerySignatureDuration for the session catalog.

See Also

Constants