BIP2327
Severity
20 : ErrorMessage
Invalid fields for Gregorian date value: Year '<insert_0>'; Month '<insert_1>'; Day '<insert_2>'.Explanation
An attempt was made to interpret the following fields as a valid date in the Gregorian calendar. Year: <insert_0>, Month: <insert_1>, Day: <insert_2>. (January is represented by a month value of 1.)Response
Correct the message flow definition to ensure that the values being provided as a date value are correct. This may involve validating that data being read from either a database or a message content is suitable for use as a date.