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 successfully
  • OrgStates.INITIALIZATION_ERROR - Org initialization failed (check reason for details)

The status field indicates overall result:

  • Status.SUCCESS - All orgs initialized successfully
  • Status.PARTIAL_SUCCESS - Some orgs initialized successfully (multi-org only)
  • Status.FAILURE - All orgs failed to initialize

message: string

Required. The response message.

optional orgStates: OrgStatesMap

A map of org(s) response statuses.

status: Status

Required. The response status.