LegalHoldsListPoliciesError

public enum LegalHoldsListPoliciesError : CustomStringConvertible, JSONRepresentable

The LegalHoldsListPoliciesError 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
  • Temporary infrastructure failure, please retry.

    Declaration

    Swift

    case transientError
  • Declaration

    Swift

    public var description: String { get }