WPILibC++ 2027.0.0-alpha-5
Loading...
Searching...
No Matches
ErrorHandling.hpp File Reference
#include <stdint.h>
#include <string_view>
#include "wpi/hal/Types.h"

Go to the source code of this file.

Namespaces

namespace  wpi
namespace  wpi::hal
 WPILib Hardware Abstraction Layer (HAL) namespace.

Functions

HAL_Status wpi::hal::MakeError (HAL_Status status, std::string_view value)
HAL_Status wpi::hal::MakeErrorIndexOutOfRange (HAL_Status status, std::string_view message, int32_t minimum, int32_t maximum, int32_t channel)
HAL_Status wpi::hal::MakeErrorPreviouslyAllocated (HAL_Status status, std::string_view message, int32_t channel, std::string_view previousAllocation)