errors

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2023 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChecksumMismatchError

type ChecksumMismatchError struct {
	HashFunc string `json:"hash_func"`
	Platform string `json:"platform"`
}

func (*ChecksumMismatchError) Error

func (r *ChecksumMismatchError) Error() string

type NoCompilerSelected

type NoCompilerSelected struct{}

func (*NoCompilerSelected) Error

func (r *NoCompilerSelected) Error() string

type NotInstalledError

type NotInstalledError struct {
	Version string `json:"version"`
}

func (*NotInstalledError) Error

func (r *NotInstalledError) Error() string

type UnexpectedStatusCode

type UnexpectedStatusCode struct {
	StatusCode int    `json:"status_code"`
	Url        string `json:"url"`
}

func (*UnexpectedStatusCode) Error

func (r *UnexpectedStatusCode) Error() string

type UnknownVersionError

type UnknownVersionError struct {
	Version string `json:"version"`
}

func (*UnknownVersionError) Error

func (r *UnknownVersionError) Error() string

type UnsupportedPlatformError

type UnsupportedPlatformError struct {
	Platform string `json:"platform"`
}

func (*UnsupportedPlatformError) Error

func (r *UnsupportedPlatformError) Error() string

Jump to

Keyboard shortcuts

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