DEVOLUCIONES
Reintegro de Mercancía
when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${contenido.contentId} [in template "delegator:default:DataResource:CMSSUA_DEC" at line 34, column 73]
----" title="The following has evaluated to null or missing:
==> contenido.description [in template "delegator:default:DataResource:CMSSUA_DEC" at line 34, column 106]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${contenido.description} [in template "delegator:default:DataResource:CMSSUA_DEC" at line 34, column 104]
----">( The following has evaluated to null or missing:
==> contenido.mimeTypeId [in template "delegator:default:DataResource:CMSSUA_DEC" at line 34, column 134]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${contenido.mimeTypeId} [in template "delegator:default:DataResource:CMSSUA_DEC" at line 34, column 132]
---- ) The following has evaluated to null or missing:
==> contenido.contentName [in template "delegator:default:DataResource:CMSSUA_DEC" at line 34, column 160]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${contenido.contentName} [in template "delegator:default:DataResource:CMSSUA_DEC" at line 34, column 158]
----