Package | Description |
---|---|
org.axonframework.axonserver.connector | |
org.axonframework.axonserver.connector.query |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
AxonServerException.errorCode() |
static ErrorCode |
ErrorCode.getFromCode(String code) |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ErrorCode |
AxonServerQueryDispatchException.errorCode()
Return an
ErrorCode based on the AxonServerQueryDispatchException.code() . |
Copyright © 2010–2020. All rights reserved.