<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKDisbursementError",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "s:SC23PKDisbursementErrorCodeLeV"
  },
  "title" : "PKDisbursementError"
}
-->

# PKDisbursementError

A structure that describes errors that can occur while processing the disbursement.

```
struct PKDisbursementError
```

## Topics

### Error details

[`enum Code`](/documentation/PassKit/PKDisbursementError/Code)

Values that describe errors that can occur while processing the disbursement.

  <doc://com.apple.documentation/documentation/Foundation/CustomNSError/errorCode-2opgi>

  <doc://com.apple.documentation/documentation/Foundation/CustomNSError/errorUserInfo-1aas5>

### Type properties

[`static var errorDomain: String`](/documentation/PassKit/PKDisbursementError/errorDomain)

[`static var recipientContactInvalidError: PKDisbursementError.Code`](/documentation/PassKit/PKDisbursementError/recipientContactInvalidError)

A value that indicates the recipient’s contact information is invalid.

[`static var unknownError: PKDisbursementError.Code`](/documentation/PassKit/PKDisbursementError/unknownError)

A value that indicates an unknown error occurred.

[`static var unsupportedCardError: PKDisbursementError.Code`](/documentation/PassKit/PKDisbursementError/unsupportedCardError)

A value that indicates that the framework doesn’t support the card the individual presented for this disbursement.

## Relationships

### Conforms To

[`CustomNSError`](/documentation/Foundation/CustomNSError)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Error`](/documentation/Swift/Error)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)