http-exception-mappings.properties

来自「提供ESB 应用mule源代码 提供ESB 应用mule源代码」· PROPERTIES 代码 · 共 17 行

PROPERTIES
17
字号
#Http Error code mappings#This is the property to set the error code to no the message#it is the property name the Transport provider uses set the#set the error code on the underlying messageerror.code.property=http.status#a comma-separated list of other protocols these mappings can#be applied toapply.to=servlet,jetty#Exception to http status mappingsjava.lang.Exception=500org.mule.api.security.SecurityException=403org.mule.api.security.UnauthorisedException=401org.mule.api.transport.NoReceiverForEndpointException=404

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?