OpResult.h
Go to the documentation of this file.
148 case OR_EnhanceAreaBadSize: return "The full resolution area size is not within the current frame";
149 case OR_EnhanceAreaBadPos: return "The full resolution area position is not within the current frame";
164 case OR_NoArchiveFootage: return "There is no archive footage available, possibly it has not yet been recorded";
178 case OR_TooManyRecordings: return "The GOP download request includes too many recording entries";
179 case OR_AccountInUse: return "The server has single sign-on enabled and the user is logged in already";
180 case OR_IncompatibleVersion: return "The server is not compatible with this Decoder SDK version";
188 case OR_CryptoUpgradeAvailable: return "An upgraded server key is available to enable stronger encryption";
190 case OR_CryptoProtocolError: return "The client and server could not agree on a protocol that both supported - this may be due to a supplied encryption key version";
191 case OR_BadClusterConfig: return "The cluster config could not be parsed or was inconsistent with the current server address";
194 case OR_RestUnauthorized: return "A REST API request has been rejected as the user in not authorized";
198 case OR_MFAEnrolmentRequired: return "The user is required by the server to setup two factor authentication on their device";
199 case OR_MFARequired: return "The user is required to provide additional authentication credentials";
202 case OR_MFAEmergencyCodesExhausted: return "The account has no emergency one time passcodes remaining";
204 case OR_MFAEmergencyCodeReuse: return "The emergency one time passcode has previously been used: emergency codes can only be used once";
206 case OR_ServerError: return "An internal error occurred on the server during the previous request";
207 case OR_ServerIDMismatch: return "The server that has been contacted has a different UUID or encryption ID from the one expected";
211 case OR_SSOOpenIdAuthCodeRequired: return "No authentication code was supplied for SSO OpenId login";
212 case OR_WebLoginRequired: return "The user must log in to the web portal to proceed with login";
213 case OR_DNSFailure: return "An IP address could not be resolved so the server is not reachable";
The full resolution area size is not within the current frame.
Definition: OpResult.h:50
The GOP download request includes too many recording entries.
Definition: OpResult.h:80
An upgraded server key is available to enable stronger encryption.
Definition: OpResult.h:90
The server that has been contacted has a different UUID or encryption ID from the one expected...
Definition: OpResult.h:109
The user is required to provide additional authentication credentials.
Definition: OpResult.h:101
A REST API request has been rejected as the user in not authorized.
Definition: OpResult.h:96
A REST API requrest has returned an invalid response.
Definition: OpResult.h:94
The negotiation of the encryption scheme failed.
Definition: OpResult.h:91
The GOP download service cannot accept another GOP request.
Definition: OpResult.h:78
An internal error occurred on the server during the previous request.
Definition: OpResult.h:108
The server is not compatible with this Decoder SDK version.
Definition: OpResult.h:82
The client and server could not agree on a protocol that both supported - this may be due to a suppli...
Definition: OpResult.h:92
no one-time authCode was supplied for SSO OpenId login
Definition: OpResult.h:113
The user is required by the server to setup two factor authentication on their device.
Definition: OpResult.h:100
The rule contains more actions than the encoder can support.
Definition: OpResult.h:85
The account has no emergency one time passcodes remaining.
Definition: OpResult.h:104
The cluster config could not be parsed or was inconsistent with the current server address...
Definition: OpResult.h:93
The emergency one time passcode has previously been used, emergency codes can only be used once...
Definition: OpResult.h:106
The full resolution area position is not within the current frame.
Definition: OpResult.h:51
There is no archive footage available, possibly it has not yet been recorded.
Definition: OpResult.h:66
The emergency one time passcode entered is invalid.
Definition: OpResult.h:105
The EdgeVis Decoder SDK namespace.
The server has single sign-on enabled and the user is logged in already.
Definition: OpResult.h:81
