1 2 3 4 5 6 7 8 9 10
|
// \\ SPIKE: Secure your secrets with SPIFFE. — https://spike.ist/
// \\\\\ Copyright 2024-present SPIKE contributors.
// \\\\\\\ SPDX-License-Identifier: Apache-2.0
// Package errors provides sentinel error values used throughout the SPIKE API.
// These errors represent common failure conditions such as authentication
// failures, validation errors, initialization issues, and communication
// problems. They enable consistent error handling and identification across
// SPIKE services.
package errors
|