LegalHoldsPolicyReleaseError

public enum LegalHoldsPolicyReleaseError : CustomStringConvertible, JSONRepresentable

The LegalHoldsPolicyReleaseError union

  • There has been an unknown legal hold error.

    Declaration

    Swift

    case unknownLegalHoldError
  • You don’t have permissions to perform this action.

    Declaration

    Swift

    case insufficientPermissions
  • An unspecified error.

    Declaration

    Swift

    case other
  • Legal hold is currently performing another operation.

    Declaration

    Swift

    case legalHoldPerformingAnotherOperation
  • Legal hold is currently performing a release or is already released.

    Declaration

    Swift

    case legalHoldAlreadyReleasing
  • Legal hold policy does not exist for id in LegalHoldsPolicyReleaseArg.

    Declaration

    Swift

    case legalHoldPolicyNotFound
  • Declaration

    Swift

    public var description: String { get }