Response from /register.do and /registerPreAuth.do.
/register.do
/registerPreAuth.do
Invariants on successful registration (errorCode === "0" or absent):
errorCode === "0"
orderId
formUrl
*.satim.dz
RegisterResponse.redirectResponse()
On failure, errorCode is set and the SDK converts it to a typed exception in HttpClientService.validateApiResponse.
errorCode
HttpClientService.validateApiResponse
Optional
Response from
/register.doand/registerPreAuth.do.Invariants on successful registration (
errorCode === "0"or absent):orderIdis a non-empty string.formUrlis a non-empty string. Must be HTTPS on a trusted*.satim.dzhost beforeRegisterResponse.redirectResponse()will emit a redirect.On failure,
errorCodeis set and the SDK converts it to a typed exception inHttpClientService.validateApiResponse.