You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protobuf/universal_message.proto
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,11 @@ enum MessageFault_E
53
53
MESSAGEFAULT_ERROR_REMOTE_ACCESS_DISABLED=21; // The vehicle owner has disabled Mobile access.
54
54
MESSAGEFAULT_ERROR_REMOTE_SERVICE_ACCESS_DISABLED=22; // The command was authorized with a Service key, but the vehicle has not been configured to permit remote service commands.
55
55
MESSAGEFAULT_ERROR_COMMAND_REQUIRES_ACCOUNT_CREDENTIALS=23; // The command requires proof of Tesla account credentials but was not sent over a channel that provides this proof. Resend the command using Fleet API.
56
+
MESSAGEFAULT_ERROR_REQUEST_MTU_EXCEEDED=24; // Client sent a request with a field that exceeds MTU
57
+
MESSAGEFAULT_ERROR_RESPONSE_MTU_EXCEEDED=25; // Client's request was received, but response size exceeded MTU
0 commit comments