{{ctrl.SSUtilService.getCurrentDateTime()}}
Access Denied – You do not have permission to view this page. Please contact your administrator if you believe this is a mistake.
API Logs
|
[ {{ error_log.request_method}} ]
By
{{ error_log.user_name ? error_log.user_name : 'SYSTEM'}}
at
{{ error_log.created_at }}
{{ error_log.request_url | limitTo: 150}}
{{ error_log.message}}
{{ error_log.params}}
|
|
{{ ctrl.error_logs ? ctrl.error_logs.length : 0 }} of {{ ctrl.error_logs_total }} record(s).
|
| EXCEPTION DETAILS | |
|---|---|
| USER NAME | {{ ctrl.current_error_log.user_name ? ctrl.current_error_log.user_name : 'SYSTEM' }} |
| HEADERS |
{{ ctrl.current_error_log.headers }}
|
| REQUEST URL |
{{ctrl.current_error_log.request_url}}
|
| MESSAGE |
{{ctrl.current_error_log.message}}
|
| PARAM |
{{ctrl.current_error_log.params }}
|
| STACK TRACE |
{{ctrl.current_error_log.stack_trace }}
|
| CREATED DATE |
{{ctrl.current_error_log.created_at }}
|