AttributeMetadataErrorType
Attribute metadata retrieval error types.
type AttributeMetadataErrorType = /** The requested attribute was not found. */'ATTRIBUTE_NOT_FOUND' /** The requested entity was not found. */ | 'ENTITY_NOT_FOUND' /** The filter cannot be applied as it does not belong to the entity */ | 'FILTER_NOT_FOUND' /** Not categorized error, see the error message. */ | 'UNDEFINED';