Interface: request.ErrInvalidParam

import "../ibm-cos-sdk-go/aws/request"

Overview

An ErrInvalidParam represents an invalid parameter error type.

Interface Method Summary collapse

Methods included from awserr.Error

awserr.Error.Code(), awserr.Error.Message(), awserr.Error.OrigErr()

Interface Method Details

AddNestedContext(string)

This method is abstract.

AddNestedContext updates the error's context to include a nested level.



117
// File 'aws/request/validation.go', line 117

AddNestedContext(string)

Field() string

This method is abstract.

Field name the error occurred on.



111
// File 'aws/request/validation.go', line 111

Field() string

SetContext(string)

This method is abstract.

SetContext updates the context of the error.



114
// File 'aws/request/validation.go', line 114

SetContext(string)