ts-openapi-express - v1.0.4
    Preparing search index...

    Type Alias ErrorResponse

    type ErrorResponse = {
        detail: string;
        errorCode: string;
        message: string;
        path: string;
    }
    Index

    Properties

    detail: string
    errorCode: string
    message: string
    path: string