Class ErrorInfo
- java.lang.Object
-
- software.amazon.awssdk.services.finspace.model.ErrorInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ErrorInfo.Builder,ErrorInfo>
@Generated("software.amazon.awssdk:codegen") public final class ErrorInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ErrorInfo.Builder,ErrorInfo>
Provides details in the event of a failed flow, including the error type and the related error message.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceErrorInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ErrorInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()Specifies the error message that appears if a flow fails.ErrorDetailserrorType()Specifies the type of error.StringerrorTypeAsString()Specifies the type of error.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ErrorInfo.Builder>serializableBuilderClass()ErrorInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
errorMessage
public final String errorMessage()
Specifies the error message that appears if a flow fails.
- Returns:
- Specifies the error message that appears if a flow fails.
-
errorType
public final ErrorDetails errorType()
Specifies the type of error.
If the service returns an enum value that is not available in the current SDK version,
errorTypewill returnErrorDetails.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorTypeAsString().- Returns:
- Specifies the type of error.
- See Also:
ErrorDetails
-
errorTypeAsString
public final String errorTypeAsString()
Specifies the type of error.
If the service returns an enum value that is not available in the current SDK version,
errorTypewill returnErrorDetails.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorTypeAsString().- Returns:
- Specifies the type of error.
- See Also:
ErrorDetails
-
toBuilder
public ErrorInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ErrorInfo.Builder,ErrorInfo>
-
builder
public static ErrorInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ErrorInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-