exception

package
v0.0.0-...-43e49cb Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

README

exception

import "gitee.com/minph/siphan/exception"

Overview

Export List

type ErrBadFormat

type ErrBadFormat struct {
    // contains filtered or unexported fields
}

错误:目标解码无法找到

func NewErrBadFormat
func NewErrBadFormat() ErrBadFormat

type ErrCharNotFound

type ErrCharNotFound struct {
    Char string
}

错误:目标字符无法找到

func (ErrCharNotFound) Error
func (e ErrCharNotFound) Error() string

type ErrIndexNotFound

type ErrIndexNotFound struct {
    Index int
}

错误:目标 index 无法找到

func (ErrIndexNotFound) Error
func (e ErrIndexNotFound) Error() string

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrBadFormat

type ErrBadFormat struct {
	// contains filtered or unexported fields
}

错误:目标解码无法找到

func NewErrBadFormat

func NewErrBadFormat() ErrBadFormat

type ErrCharNotFound

type ErrCharNotFound struct {
	Char string
}

错误:目标字符无法找到

func (ErrCharNotFound) Error

func (e ErrCharNotFound) Error() string

type ErrIndexNotFound

type ErrIndexNotFound struct {
	Index int
}

错误:目标index无法找到

func (ErrIndexNotFound) Error

func (e ErrIndexNotFound) Error() string

Jump to

Keyboard shortcuts

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