SignURLEnum
public enum SignURLEnum : Sendable
An enum used to differentiate between successful and failed URL signing operations.
-
URL signing succeeded with the signed URL.
Declaration
Swift
case success(signedURL: String) -
URL signing failed with the specified error.
Declaration
Swift
case failure(URISchemeErrors)
View on GitHub
Install in Dash