runtime

package
v0.0.0-...-92ca402 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ExecutionFailedError = &tracer.Error{
	Kind: "ExecutionFailedError",
	Desc: "This internal error implies a severe malfunction of the system.",
}
View Source
var QueryObjectConflictError = &tracer.Error{
	Kind: "QueryObjectConflictError",
	Desc: "The request expects the query object to define a single intent. The query object was found to define multiple intents. Therefore the request failed.",
}
View Source
var QueryObjectEmptyError = &tracer.Error{
	Kind: "QueryObjectEmptyError",
	Desc: "The request expects the query object not to be empty. The query object was found to be empty. Therefore the request failed.",
}
View Source
var QueryObjectInvalidError = &tracer.Error{
	Kind: "QueryObjectInvalidError",
	Desc: "The request expects the query object not be valid. The query object was not found to be valid. Therefore the request failed.",
}
View Source
var QueryObjectLimitError = &tracer.Error{
	Kind: "QueryObjectLimitError",
	Desc: "The request expects an upper limit of 100 query objects per call. The upper limit of 100 query objects per call was found. Therefore the request failed.",
}
View Source
var QueryPagingInvalidError = &tracer.Error{
	Kind: "QueryPagingInvalidError",
	Desc: "The request expects the query paging to consist of two positive integers. At least one of the paging pointers was found to not be a number. Therefore the request failed.",
}
View Source
var QueryPagingMissingError = &tracer.Error{
	Kind: "QueryPagingMissingError",
	Desc: "The request expects the query paging to consist of two positive integers. At least one of the paging pointers was found to be missing. Therefore the request failed.",
}
View Source
var QueryPagingNegativeError = &tracer.Error{
	Kind: "QueryPagingNegativeError",
	Desc: "The request expects the query paging to consist of two positive integers. One of the paging pointers was found to be negative. Therefore the request failed.",
}
View Source
var QueryPagingPageError = &tracer.Error{
	Kind: "QueryPagingPageError",
	Desc: "The request expects the query paging range to ask for at least one, but not more than 1000 objects. The query paging range was found to be outside of those boundary conditions. Therefore the request failed.",
}
View Source
var QueryPagingTimeError = &tracer.Error{
	Kind: "QueryPagingTimeError",
	Desc: "The request expects the query paging range to define a difference of at least one second. The query paging range was found to be outside of this boundary condition. Therefore the request failed.",
}
View Source
var UserAuthError = &tracer.Error{
	Kind: "UserAuthError",
	Desc: "The request expects a valid access token. No valid access token was found. Therefore the request failed.",
}
View Source
var UserNotOwnerError = &tracer.Error{
	Kind: "UserNotOwnerError",
	Desc: "The request expects the calling user to be the owner of the requested resource. The calling user was not found to be the owner of the requested resource. Therefore the request failed.",
}

Functions

func Arc

func Arc() string

func Gos

func Gos() string

func JSON

func JSON() []byte

func MaxUint256

func MaxUint256() *big.Int

func MidUint256

func MidUint256() *big.Int

func Sha

func Sha() string

func Src

func Src() string

func Tag

func Tag() string

func Ver

func Ver() string

Types

This section is empty.

Jump to

Keyboard shortcuts

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