Interface: request.ErrInvalidParam
import "../ibm-cos-sdk-go/aws/request"
Overview
An ErrInvalidParam represents an invalid parameter error type.
Interface Method Summary collapse
-
AddNestedContext(string)
interface
AddNestedContext updates the error's context to include a nested level.
-
Field() string
interface
Field name the error occurred on.
-
SetContext(string)
interface
SetContext updates the context of the error.
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
|
Field() string
This method is abstract.
Field name the error occurred on.
111 |
// File 'aws/request/validation.go', line 111
|
SetContext(string)
This method is abstract.
SetContext updates the context of the error.
114 |
// File 'aws/request/validation.go', line 114
|