Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverError ¶
type DriverError struct {
Err error `json:"err"`
}
DriverError declares a driver error it may caused by
- network connection error
- driver adaptor system error
- driver side error
func (*DriverError) Error ¶
func (err *DriverError) Error() string
type ObjectMarshalError ¶
type ObjectMarshalError struct {
Err error `json:"err"`
}
ObjectMarshalError declares an object marshal error
func (*ObjectMarshalError) Error ¶
func (err *ObjectMarshalError) Error() string
type ObjectNotFoundError ¶
type ObjectNotFoundError struct {
Err error `json:"err"`
}
ObjectNotFoundError declares an object-not-found error
func (*ObjectNotFoundError) Error ¶
func (err *ObjectNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.