错误图像 errorimage
错误响应图像。 图像渲染通常会在发生错误时返回错误状态并显示文本消息。 attribute::ErrorImage
允许将图像配置为在发生错误时返回。
发生错误时,服务器会尝试将ImageRendering::attribute::ErrorImage
的值解释为简单的图像文件路径。 如果无法打开该文件,则会将属性值和错误详细信息发送到图像服务,后者将按照ImageServing::attribute::ErrorImage
中的说明进行处理。 如果图像服务未返回有效的响应图像,则会将标准HTTP错误状态和文本消息发送到客户端。
错误图像返回了HTTP状态200。
属性 section-4a4a7e37ed11483db0b9922dc68ea7db
文本字符串。 如果指定,它必须是 ImageServing::catalog::id
值、相对路径(到 ImageServing::attribute::RootPath
或 ImageRendering::attribute::RootPath
)或图像服务器可访问的图像文件的绝对路径。
默认 section-4c463e369dfb4b43a7b2a3bce9619dd4
如果未定义,则从default::ErrorImage
继承。 如果定义了该属性但为空,则会禁用错误图像行为(即使定义了default::ErrorImage
也是如此),并返回HTTP错误状态。
另请参阅 section-3e0308eaf4124451909dacd570e27695
attribute::DefaultImage,attribute::ErrorDetail,attribute::RootPath,catalog::Id
recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49