{{item.message}}
{{item.detail.url}}
📝
暂无错误日志
基本信息
时间:
{{formatTime(currentError.timestamp)}}
类型:
{{currentError.type}}
消息:
{{currentError.message}}
请求信息
URL:
{{currentError.detail.url}}
方法:
{{currentError.detail.method}}
状态码:
{{currentError.detail.statusCode}}
错误信息
{{currentError.detail.errMsg}}
响应数据
{{JSON.stringify(currentError.detail.response, null, 2)}}
堆栈信息
{{currentError.detail.stack}}