errcodes

package
v0.0.0-...-b01a591 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2022 License: GPL-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package errcodes contains service error codes.

Index

Constants

View Source
const (
	// ErrorDataValidationECDSAKey is the error code for ECDSA key validation failure
	ErrorDataValidationECDSAKey = apperrors.ErrorDataValidation + ":ECDSAKey"
	// ErrorDataSerializationECDSAKey is the error code for ECDSA key serialization/creation failure
	ErrorDataSerializationECDSAKey = apperrors.ErrorDataSerialization + ":ECDSAKey"
	// ErrorDataValidationEd25519Key is the error code for Ed25519 key validation failure
	ErrorDataValidationEd25519Key = apperrors.ErrorDataValidation + ":Ed25519Key"
	// ErrorDataSerializationEd25519Key is the error code for Ed25519 key serialization/creation failure
	ErrorDataSerializationEd25519Key = apperrors.ErrorDataSerialization + ":Ed25519Key"
	// ErrorDataValidationRSAKey is the error code for RSA key validation failure
	ErrorDataValidationRSAKey = apperrors.ErrorDataValidation + ":RSAKey"
	// ErrorDataSerializationRSAKey is the error code for RSA key serialization/creation failure
	ErrorDataSerializationRSAKey = apperrors.ErrorDataSerialization + ":RSAKey"
	// ErrorDataSigning is the error code for signing failure
	ErrorDataSigning = apperrors.ErrorNamespaceData + ":Signing"
	// ErrorDataSigningECDSAKey is the error code for ECDSA key signing failure
	ErrorDataSigningECDSAKey = ErrorDataSigning + ":ECDSAKey"
	// ErrorDataSigningEd25519Key is the error code for Ed25519 key signing failure
	ErrorDataSigningEd25519Key = ErrorDataSigning + ":Ed25519Key"
	// ErrorDataSigningRSAKey is the error code for RSA key signing failure
	ErrorDataSigningRSAKey = ErrorDataSigning + ":RSAKey"
)

Variables

This section is empty.

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