Searched refs:MSG_TOO_LONG (Results 1 – 2 of 2) sorted by relevance
64 MSG_TOO_LONG = -2, enumerator100 return {TrustyAppError::MSG_TOO_LONG, {}}; in issueCmd()132 return TrustyAppError::MSG_TOO_LONG; in issueCmd()
292 if (error == TrustyAppError::MSG_TOO_LONG) { in promptUserConfirmation_()