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
"description": "Requested early access to the new financing scheme.",
295
-
"groups": [
296
-
{
297
-
"id": "60d2fa12-8a04-11ee-b9d1-0242ac120002",
298
-
},
299
-
],
300
280
})
301
281
302
282
if res isnotNone:
@@ -311,12 +291,23 @@ if res is not None:
311
291
<!-- Start Error Handling [errors] -->
312
292
## Error Handling
313
293
314
-
Handling errors in this SDK should largely match your expectations. All operations return a response object or raise an error. If Error objects are specified in your OpenAPI Spec, the SDK will raise the appropriate Error type.
294
+
Handling errors in this SDK should largely match your expectations. All operations return a response object or raise an exception.
|`.raw_response`|*httpx.Response*| The raw HTTP response |
303
+
|`.body`|*str*| The response content |
304
+
305
+
When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `create_async` method may raise the following exceptions:
Copy file name to clipboardExpand all lines: bank-feeds/docs/models/shared/accountingbankaccount.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,7 @@
4
4
>
5
5
> This datatype was originally used for accessing bank account data both in accounting integrations and open banking aggregators.
6
6
>
7
-
> To view bank account data through the Banking API, please refer to the new datatype [here](https://docs.codat.io/bank-feeds-api#/schemas/Account)
8
-
9
-
> View the coverage for bank accounts in the <aclassName="external"href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=bankAccounts"target="_blank">Data coverage explorer</a>.
7
+
> To view bank account data through the Banking API, please refer to the new [Banking: Account](https://docs.codat.io/bank-feeds-api#/schemas/Account) data type.
Copy file name to clipboardExpand all lines: bank-feeds/docs/models/shared/bankaccountsaccountingbankaccount.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,7 @@
4
4
>
5
5
> This datatype was originally used for accessing bank account data both in accounting integrations and open banking aggregators.
6
6
>
7
-
> To view bank account data through the Banking API, please refer to the new datatype [here](https://docs.codat.io/bank-feeds-api#/schemas/Account)
8
-
9
-
> View the coverage for bank accounts in the <aclassName="external"href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=bankAccounts"target="_blank">Data coverage explorer</a>.
7
+
> To view bank account data through the Banking API, please refer to the new [Banking: Account](https://docs.codat.io/bank-feeds-api#/schemas/Account) data type.
0 commit comments