errors

package
v0.0.0-...-5cd0c88 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

=================================================================

Copyright (C) 2018 Spatial Current, Inc. - All Rights Reserved Released as open source under the MIT License. See LICENSE file.

=================================================================

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrAlreadyExists

type ErrAlreadyExists struct {
	Name  string
	Value interface{}
}

func (*ErrAlreadyExists) Error

func (e *ErrAlreadyExists) Error() string

type ErrDependent

type ErrDependent struct {
	Type          string
	Name          string
	DependentType string
	DependentName string
}

func (*ErrDependent) Error

func (e *ErrDependent) Error() string

type ErrInvalidConfig

type ErrInvalidConfig struct {
	Name  string
	Value interface{}
}

func (*ErrInvalidConfig) Error

func (e *ErrInvalidConfig) Error() string

type ErrInvalidObject

type ErrInvalidObject struct {
	Value interface{}
}

func (*ErrInvalidObject) Error

func (e *ErrInvalidObject) Error() string

type ErrInvalidParameter

type ErrInvalidParameter struct {
	Name  string
	Value interface{}
}

func (*ErrInvalidParameter) Error

func (e *ErrInvalidParameter) Error() string

type ErrInvalidType

type ErrInvalidType struct {
	Type  reflect.Type
	Value interface{}
}

func (*ErrInvalidType) Error

func (e *ErrInvalidType) Error() string

type ErrMissing

type ErrMissing struct {
	Type string
	Name string
}

func (*ErrMissing) Error

func (e *ErrMissing) Error() string

type ErrMissingObject

type ErrMissingObject struct {
	Type string
	Name string
}

func (*ErrMissingObject) Error

func (e *ErrMissingObject) Error() string

type ErrMissingRequiredParameter

type ErrMissingRequiredParameter struct {
	Name string
}

func (*ErrMissingRequiredParameter) Error

type ErrUnknownImageExtension

type ErrUnknownImageExtension struct {
	Extension string
}

func (*ErrUnknownImageExtension) Error

func (e *ErrUnknownImageExtension) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL