Interface: awserr.BatchedErrors
import "../ibm-cos-sdk-go/aws/awserr"
Overview
BatchedErrors is a batch of errors which also wraps lower level errors with code, message, and original errors. Calling Error() will include all errors that occurred in the batch.
Replaces BatchError
Implemented By
Interface Method Summary collapse
-
OrigErrs() []error
interface
Returns the original error if one was set.
Methods included from awserr.Error
awserr.Error.Code(), awserr.Error.Message(), awserr.Error.OrigErr()
Interface Method Details
OrigErrs() []error
This method is abstract.
Returns the original error if one was set. Nil is returned if not set.
73 |
// File 'aws/awserr/error.go', line 73
|