NotInitializedGlobalIdGeneratorError
Exception thrown when the GlobalIdGenerator cannot be initialized.
This error occurs when no GlobalIdGeneratorFactory implementations are able to provide a valid CosIdGenerator during the lazy initialization of the global generator.
See also
Properties
Functions
Link copied to clipboard
Converts this Throwable to standardized ErrorInfo.
Link copied to clipboard
fun Throwable.toResult(waitCommandId: String, commandMessage: CommandMessage<*>, function: FunctionInfoData = COMMAND_GATEWAY_FUNCTION, id: String = generateGlobalId(), stage: CommandStage = CommandStage.SENT, result: Map<String, Any> = emptyMap(), signalTime: Long = System.currentTimeMillis()): CommandResult
Converts a Throwable to a CommandResult representing a command failure.