Method: Aws::S3::MultipartUploadError#errors

Defined in:
lib/aws-sdk-s3/multipart_upload_error.rb

#errorsArray<StandardError> (readonly)

Returns The list of errors encountered when uploading or aborting the upload.

Returns:

  • (Array<StandardError>)

    The list of errors encountered when uploading or aborting the upload.



14
15
16
# File 'lib/aws-sdk-s3/multipart_upload_error.rb', line 14

def errors
  @errors
end