If a credential is posted to an issuer instance, this library returns 500 if that credential has an undefined term or type.
Example:
{
'@context': ['...credentials v2 context'],
'type': ['VerifiableCredential', 'UndefinedType'],
'credentialSubject': {
'undefinedTerm': 'notDefinedInContext'
}