Class GreengrassCoreIPCError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.eventstreamrpc.model.EventStreamOperationError
-
- software.amazon.awssdk.aws.greengrass.model.GreengrassCoreIPCError
-
- All Implemented Interfaces:
Serializable,EventStreamJsonMessage
- Direct Known Subclasses:
ComponentNotFoundError,ConflictError,FailedUpdateConditionCheckError,InvalidArgumentsError,InvalidArtifactsDirectoryPathError,InvalidClientDeviceAuthTokenError,InvalidCredentialError,InvalidRecipeDirectoryPathError,InvalidTokenError,ResourceNotFoundError,ServiceError,UnauthorizedError
public abstract class GreengrassCoreIPCError extends EventStreamOperationError implements EventStreamJsonMessage
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetErrorTypeString()booleanisClientError()booleanisRetryable()booleanisServerError()-
Methods inherited from class software.amazon.awssdk.eventstreamrpc.model.EventStreamOperationError
getErrorCode, getMessage, getService
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.eventstreamrpc.model.EventStreamJsonMessage
fromJson, getApplicationModelType, isVoid, postFromJson, toPayload
-
-
-
-
Method Detail
-
getErrorTypeString
public abstract String getErrorTypeString()
-
isRetryable
public boolean isRetryable()
-
isServerError
public boolean isServerError()
-
isClientError
public boolean isClientError()
-
-