You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Initialize](docs/sdks/loggedin/README.md#initialize) - Initialize a Bolt payment for logged in shoppers
109
+
*[PerformAction](docs/sdks/loggedin/README.md#performaction) - Finalize a pending payment
104
110
105
111
### [Testing](docs/sdks/testing/README.md)
106
112
107
113
*[CreateAccount](docs/sdks/testing/README.md#createaccount) - Create a test account
108
114
*[TestingAccountPhoneGet](docs/sdks/testing/README.md#testingaccountphoneget) - Get a random phone number
109
115
*[GetCreditCard](docs/sdks/testing/README.md#getcreditcard) - Retrieve a tokenized test credit card
116
+
117
+
</details>
110
118
<!-- End Available Resources and Operations [operations] -->
111
119
112
120
<!-- Start Error Handling [errors] -->
113
121
## Error Handling
114
122
115
-
Handling errors in this SDK should largely match your expectations. All operations return a response object or an error, they will never return both. When specified by the OpenAPI spec document, the SDK will return the appropriate subclass.
123
+
Handling errors in this SDK should largely match your expectations. All operations return a response object or an error, they will never return both.
124
+
125
+
By Default, an API error will return `sdkerrors.SDKError`. When custom error responses are specified for an operation, the SDK may also return their associated error. You can refer to respective *Errors* tables in SDK docs for more details on possible error types for each operation.
126
+
127
+
For example, the `GetDetails` function may return the following errors:
0 commit comments