Flipper Zero Firmware
Loading...
Searching...
No Matches
rpc_app_error_codes.h
1#pragma once
2
6typedef enum {
7 RpcAppSystemErrorCodeNone,
8 RpcAppSystemErrorCodeParseFile,
9 RpcAppSystemErrorCodeRegionLock,
10 RpcAppSystemErrorCodeInternalParse,
11} RpcAppSystemErrorCode;