errors

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BadMethodSignatureTypeErr

type BadMethodSignatureTypeErr struct {
	Func *types.Func
}

BadMethodSignatureTypeErr represents a type assertion failure that we want to know about where a given Func turns out to be not a types.Signature, which ends up being an unknown/unhandled function for us to generate a wrapper around.

func (BadMethodSignatureTypeErr) Error

type NotAnInterfaceErr

type NotAnInterfaceErr struct {
	Obj types.Object
}

func (NotAnInterfaceErr) Error

func (n NotAnInterfaceErr) Error() string

type UndeclaredTypeErr

type UndeclaredTypeErr struct {
	Obj types.Object
}

func (UndeclaredTypeErr) Error

func (u UndeclaredTypeErr) Error() string

Jump to

Keyboard shortcuts

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