Skip to content

Commit

Permalink
Merge pull request #22 from spotware/90
Browse files Browse the repository at this point in the history
90 Release
  • Loading branch information
evgenisedin authored Apr 8, 2024
2 parents 251cdc9 + 68b47d8 commit 2ceff36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenApiMessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ message ProtoOAErrorRes {
required string errorCode = 3; // The name of the ProtoErrorCode or the other custom ErrorCodes (e.g. ProtoCHErrorCode).
optional string description = 4; // The error description.
optional int64 maintenanceEndTimestamp = 5; // The Unix time in seconds when the current maintenance session will be ended.
optional uint64 retryAfter = 6; // When you hit rate limit with errorCode=BLOCKED_PAYLOAD_TYPE, this field will contain amount of seconds until related payload type will be unlocked.
}

/** Event that is sent when the connection with the client application is cancelled by the server. All the sessions for the traders' accounts will be terminated. */
Expand Down

0 comments on commit 2ceff36

Please sign in to comment.