Copyright 2024 Mytra Control S.L. All rights reserved.

Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at https://opensource.org/licenses/MIT.

interface BaseObject {
    info?: Record<string, unknown>;
    message: string;
    name: string;
    subject: string;
    timestamp: string;
    uuid: string;
}

Hierarchy (View Summary)

Properties

info?: Record<string, unknown>

Extra error information

message: string

Human friendly error message

name: string

Name of the error

subject: string

Error subject

timestamp: string

Timestamp of the error

uuid: string

Identification of the process, request or transaction where the error appears