Type Alias: BootstrapResponse
BootstrapResponse:
object
Response type for SDK initialization operations.
In multi org scenarios, orgStates contains the status of each org:
OrgStates.INITIALIZATION_SUCCESS- Org initialized successfullyOrgStates.INITIALIZATION_ERROR- Org initialization failed (checkreasonfor details)
The status field indicates overall result:
Status.SUCCESS- All orgs initialized successfullyStatus.PARTIAL_SUCCESS- Some orgs initialized successfully (multi-org only)Status.FAILURE- All orgs failed to initialize
message:
string
Required. The response message.
optionalorgStates:OrgStatesMap
A map of org(s) response statuses.
status:
Status
Required. The response status.