ErrorReportingNativeReportStatusCode Method

Report error to console/driver station

Definition

Namespace: CTRE.Phoenix6.Native
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public static void ReportStatusCode(
	int errorCode,
	string location
)

Parameters

errorCode  Int32
Value of the error
location  String
Where the StatusCode was generated

See Also