public static interface ResultCodes.GenericCode
Modifier and Type | Method and Description |
---|---|
ResultCodes.GenericResult |
getGeneralResult() |
default boolean |
isCanceled() |
default boolean |
isFailure() |
default boolean |
isInvalidArgument() |
default boolean |
isNotConnected() |
default boolean |
isNotReady() |
default boolean |
isNotSupproted() |
default boolean |
isRefused() |
default boolean |
isSuccess() |
default boolean |
isTimeout() |
default boolean |
isUnknown() |
ResultCodes.GenericResult getGeneralResult()
default boolean isSuccess()
default boolean isUnknown()
default boolean isTimeout()
default boolean isNotConnected()
default boolean isCanceled()
default boolean isNotSupproted()
default boolean isRefused()
default boolean isInvalidArgument()
default boolean isNotReady()
default boolean isFailure()
Copyright © 2023 Bloomberg L.P.. All rights reserved.