File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ type: Message
44displayName : ExpiredSession
55discriminatorValue : expired_session
66description : |
7- Generated when the session is expired.
7+ Generated when the [Checkout Session](/installing-checkout#create-checkout-sessions) is expired.
88properties :
99 code :
1010 type : string
Original file line number Diff line number Diff line change 1+ # %RAML 1.0 DataType
2+ (annotations.package) : responses
3+ type : Message
4+ displayName : FailedToRefreshSession
5+ discriminatorValue : failed_to_refresh_session
6+ description : |
7+ Generated when the [Checkout Session](/installing-checkout#create-checkout-sessions) fails to refresh.
8+ properties :
9+ code :
10+ type : string
11+ description :
12+ severity :
13+ type : string
14+ description : \`error`
15+ message :
16+ type : string
17+ description : Failed to refresh session.
18+ correlationId :
19+ type : string
20+ description : Unique identifier of the event.
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ CheckoutCompleted: !include responses/CheckoutCompleted.raml
1313CheckoutLoaded : !include responses/CheckoutLoaded.raml
1414CheckoutStarted : !include responses/CheckoutStarted.raml
1515ExpiredSession : !include responses/ExpiredSession.raml
16+ FailedToRefreshSession : !include responses/FailedToRefreshSession.raml
1617InitTimeout : !include responses/InitTimeout.raml
1718InvalidLocale : !include responses/InvalidLocale.raml
1819InvalidMode : !include responses/InvalidMode.raml
You can’t perform that action at this time.
0 commit comments