* update dependencies * update onboarding mdx * fixes for mdx issues * fixes for mdx compatibility * resolve mdx errors * fixes in reference * fix check errors * revert change in vale action * fix node version in action * fix summary in markdown
32 lines
384 B
Plaintext
32 lines
384 B
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# ClaimReason
|
|
|
|
## Enumeration Members
|
|
|
|
### MISSING\_ITEM
|
|
|
|
**MISSING\_ITEM** = `"missing_item"`
|
|
|
|
___
|
|
|
|
### OTHER
|
|
|
|
**OTHER** = `"other"`
|
|
|
|
___
|
|
|
|
### PRODUCTION\_FAILURE
|
|
|
|
**PRODUCTION\_FAILURE** = `"production_failure"`
|
|
|
|
___
|
|
|
|
### WRONG\_ITEM
|
|
|
|
**WRONG\_ITEM** = `"wrong_item"`
|