Skip to content

Commit 1f4fe06

Browse files
committed
[AUTOMATED] Update: proto/docs/trails-api.gen.yaml
1 parent 80b3e36 commit 1f4fe06

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

api-reference/trails-api.gen.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v1 9621f0103ee8d79e44ad179b3b48d2de939e0ec4
1+
# trails-api v1 433eaece645cbf9f17cd606f725a45c8eda54949
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -846,6 +846,28 @@ components:
846846
status:
847847
type: number
848848
example: 422
849+
ErrorIntentsSameChainNative:
850+
type: object
851+
required:
852+
- error
853+
- code
854+
- msg
855+
- status
856+
properties:
857+
error:
858+
type: string
859+
example: "IntentsSameChainNative"
860+
code:
861+
type: number
862+
example: 7000
863+
msg:
864+
type: string
865+
example: "Intents skipped as client is attempting same-chain native transaction"
866+
cause:
867+
type: string
868+
status:
869+
type: number
870+
example: 400
849871
ErrorIntentsDisabled:
850872
type: object
851873
required:

0 commit comments

Comments
 (0)