Skip to content

feat: update immutable zkEVM API package #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError400.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError400

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError401.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError401

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError403.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError403

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError404

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError409.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError409

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Dictionary<string, Object>** | Additional details to help resolve the error |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError429.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError429

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError500.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError500

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError501.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError501

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

10 changes: 10 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/ActiveOrderStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Immutable.Api.ZkEvm.Model.ActiveOrderStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | The order status that indicates an order can be fulfilled. |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Loading
Loading