RSErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of error codes used by the Orleans runtime libraries for logging errors. For Reminders.
public enum RSErrorCode
type RSErrorCode =
Public Enum RSErrorCode
- Inheritance
-
RSErrorCode
Fields
Name | Value | Description |
---|---|---|
ReminderServiceBase | 102900 | |
RS_Register_TableError | 102905 | |
RS_Register_AlreadyRegistered | 102907 | |
RS_Register_InvalidPeriod | 102908 | |
RS_Register_NotRemindable | 102909 | |
RS_NotResponsible | 102910 | |
RS_Unregister_NotFoundLocally | 102911 | |
RS_Unregister_TableError | 102912 | |
RS_Table_Insert | 102913 | |
RS_Table_Remove | 102914 | |
RS_Tick_Delivery_Error | 102915 | |
RS_Not_Started | 102916 | |
RS_UnregisterGrain_TableError | 102917 | |
RS_GrainBasedTable1 | 102918 | |
RS_Factory1 | 102919 | |
RS_FailedToReadTableAndStartTimer | 102920 | |
RS_TableGrainInit1 | 102921 | |
RS_TableGrainInit2 | 102922 | |
RS_TableGrainInit3 | 102923 | |
RS_GrainBasedTable2 | 102924 | |
RS_ServiceStarting | 102925 | |
RS_ServiceStarted | 102926 | |
RS_ServiceStopping | 102927 | |
RS_RegisterOrUpdate | 102928 | |
RS_Unregister | 102929 | |
RS_Stop | 102930 | |
RS_RemoveFromTable | 102931 | |
RS_GetReminder | 102932 | |
RS_GetReminders | 102933 | |
RS_RangeChanged | 102934 | |
RS_LocalStop | 102935 | |
RS_Started | 102936 | |
RS_ServiceInitialLoadFailing | 102937 | |
RS_ServiceInitialLoadFailed | 102938 | |
RS_FastReminderInterval | 102939 |