Documentation ¶
Index ¶
- type AttributionFileAlreadyExists
- type AttributionFileMismatchedEnv
- type ConfigError
- type EntityNotFoundError
- type ExpiredTokenError
- type InternalParsingError
- type InvalidCSVMetadata
- type IsOptOutFile
- type RequestTimeoutError
- type RequestorDataError
- type SSASErrorBadRequest
- type SSASErrorUnauthorized
- type UnexpectedSSASError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributionFileAlreadyExists ¶
type AttributionFileAlreadyExists struct {
Filename string
}
func (*AttributionFileAlreadyExists) Error ¶
func (e *AttributionFileAlreadyExists) Error() string
type AttributionFileMismatchedEnv ¶
type AttributionFileMismatchedEnv struct {
Msg string
}
func (*AttributionFileMismatchedEnv) Error ¶
func (e *AttributionFileMismatchedEnv) Error() string
type ConfigError ¶
func (*ConfigError) Error ¶
func (e *ConfigError) Error() string
type EntityNotFoundError ¶
func (*EntityNotFoundError) Error ¶
func (e *EntityNotFoundError) Error() string
type ExpiredTokenError ¶
func (*ExpiredTokenError) Error ¶
func (e *ExpiredTokenError) Error() string
type InternalParsingError ¶
func (*InternalParsingError) Error ¶
func (e *InternalParsingError) Error() string
type InvalidCSVMetadata ¶
type InvalidCSVMetadata struct {
Msg string
}
func (*InvalidCSVMetadata) Error ¶
func (e *InvalidCSVMetadata) Error() string
type IsOptOutFile ¶
type IsOptOutFile struct {
Msg string
}
func (*IsOptOutFile) Error ¶
func (e *IsOptOutFile) Error() string
type RequestTimeoutError ¶
func (*RequestTimeoutError) Error ¶
func (e *RequestTimeoutError) Error() string
type RequestorDataError ¶
func (*RequestorDataError) Error ¶
func (e *RequestorDataError) Error() string
type SSASErrorBadRequest ¶
func (*SSASErrorBadRequest) Error ¶
func (e *SSASErrorBadRequest) Error() string
type SSASErrorUnauthorized ¶
type SSASErrorUnauthorized struct {}
func (*SSASErrorUnauthorized) Error ¶
func (e *SSASErrorUnauthorized) Error() string
type UnexpectedSSASError ¶
func (*UnexpectedSSASError) Error ¶
func (e *UnexpectedSSASError) Error() string
Click to show internal directories.
Click to hide internal directories.