# Functions
GlobalExceptionInterceptor gin global exception interceptor add via gin middleware.
OrThrow If err not nil, a system-level exception is thrown.
OrThrowBusiness If err not nil, a business-level exception is thrown.
# Structs
BusinessException the service level exception, the service code is -10400, equivalent to resp.BadRequest.