errors

package
v0.0.0-...-9bd9f91 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package errors provides detailed error types for ixl-go, should be used by internal packages.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error interface {
	error
	// contains filtered or unexported methods
}

An Error represents a ixl-go error.

type HardwareError

type HardwareError struct {
	Status    string // Status represents job descriptor status
	ErrorCode string // ErrorCode represents job error code.
}

HardwareError is a hardware related implementation of Error.

func (HardwareError) Error

func (h HardwareError) Error() string

type SimpleError

type SimpleError string

SimpleError is a simple implementation of Error.

func (SimpleError) Error

func (e SimpleError) Error() string

Jump to

Keyboard shortcuts

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