defaulterr

package
v0.4.7 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2021 License: MIT Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Marshalling = msgtype.
				MarshallingFailed.
				ErrorNoRefs("Cannot marshal object to serialize form.")

	UnMarshalling = msgtype.
					UnMarshallingFailed.
					ErrorNoRefs("Cannot unmarshal data to object form.")

	UnMarshallingPlusCannotFindingEnumMap = msgtype.
											UnMarshallingFailed.
											ErrorNoRefs(
			"Cannot unmarshal data to object form. " +
				"Cannot find the given data in the enum map or dictionary. " +
				"Reference data given as : ")

	MarshallingFailedDueToNilOrEmpty = msgtype.
										UnMarshallingFailed.
										ErrorNoRefs("Cannot marshal to serialize data because of nil or empty object.")

	UnMarshallingFailedDueToNilOrEmpty = msgtype.
										UnMarshallingFailed.
										ErrorNoRefs("Cannot unmarshal to object because of nil or empty serialized data.")

	CannotProcessNilOrEmpty = msgtype.
							CannotBeNilOrEmptyMessage.
							ErrorNoRefs("Cannot process nil or empty.")

	OutOfRange = msgtype.
				OutOfRange.
				ErrorNoRefs("Cannot process out of range data.")

	NegativeDataCannotProcess = msgtype.
								CannotBeNegativeMessage.
								ErrorNoRefs("Cannot process negative values.")

	NilResult = msgtype.
				NullResultMessage.
				ErrorNoRefs("Cannot process nil result.")

	UnexpectedValue = msgtype.
					UnexpectedValueErrorMessage.
					ErrorNoRefs("Cannot process unexpected value or values.")

	CannotRemoveFromEmptyCollection = msgtype.
									CannotRemoveIndexesFromEmptyCollection.
									ErrorNoRefs("Cannot process request: cannot remove from empty collection.")

	CannotConvertStringToByte = msgtype.
								FailedToConvert.
								ErrorNoRefs("Cannot convert string to byte.")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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