Rfc9557ParseError.d.h (568B)
1 #ifndef Rfc9557ParseError_D_H 2 #define Rfc9557ParseError_D_H 3 4 #include <stdio.h> 5 #include <stdint.h> 6 #include <stddef.h> 7 #include <stdbool.h> 8 #include "diplomat_runtime.h" 9 10 11 12 13 14 typedef enum Rfc9557ParseError { 15 Rfc9557ParseError_Unknown = 0, 16 Rfc9557ParseError_InvalidSyntax = 1, 17 Rfc9557ParseError_OutOfRange = 2, 18 Rfc9557ParseError_MissingFields = 3, 19 Rfc9557ParseError_UnknownCalendar = 4, 20 } Rfc9557ParseError; 21 22 typedef struct Rfc9557ParseError_option {union { Rfc9557ParseError ok; }; bool is_ok; } Rfc9557ParseError_option; 23 24 25 26 #endif // Rfc9557ParseError_D_H