# Functions
As is equivalent to errors.As(), but returns the value in-line.
No description provided by the author
Contains returns true if the error matches all these conditions: - err as string contains needle.
No description provided by the author
IsA indicates whether an error matches an error type.
IsAErrorMessageContains returns whether or not the specified error is of the specified type and its ErrorMessage() value contains the specified needle.
IsUnsupportedOperationInPartitionError checks the partition and specific error to make an educated guess about whether the problem stems from a feature not being available in a non-standard partitions (e.g.
MessageContains unwraps the error and returns true if the error matches all these conditions: - err is of type awserr.Error, Error.Code() equals code, and Error.Message() contains message - OR err if not of type awserr.Error as string contains both code and message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author