1// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
5S(ChannelIndexOutOfRange, -45, "Allocating channel that is out of range")
6S(ResourceAlreadyAllocated, -3, "Attempted to reuse an allocated resource")
7S(NullParameter, -5, "A pointer parameter to a method is nullptr")
8S(Timeout, -6, "A timeout has been exceeded")
9S(ParameterOutOfRange, -28, "A parameter is out of range")
10S(SmartDashboardMissingKey, -44, "SmartDashboard data does not exist")
11S(CommandIllegalUse, -50, "Illegal use of Command")
12S(CameraServerError, -90, "CameraServer error")
13S(InvalidParameter, -100, "Invalid parameter value")
14S(AssertionFailure, -110, "Assertion failed")
15S(Error, -111, "Error")