Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

The Structured Error Messages

Scott Smith edited this page Mar 16, 2018 · 6 revisions

Introduction

This section is derived from the Error Message Analysis page. It specifies the error message categories which are repeated here:

  • Required delimiter is missing.
  • Delimiter character isn't the correct one for the delimiter's position in the string.
  • Digit-sequence has wrong length.
  • Digit-sequence is out of range.
  • Date day-of-month is too large for the associated year and month.

Each entry above is a link to the page that will describe how each error message category will be organized and implemented.