package
1.0.9
Repository: https://github.com/epicbytes/frameworkv3.git
Documentation: pkg.go.dev

# README

Package Frerrors

There is the simple example

var err ErrorJSON

errorComposition := ErrorComp{
    Detail: "this is a error message",
    Code:   "This is the code",
    Source: Source{
        Pointer: "/unit/tests",
    },
    Title:  "Title Test",
    Status: 200,
}

err.AddError(errorComposition)

err.Error()
err.ErrorByte()

# Functions

No description provided by the author

# Structs

ErrorComp is a error structure that follows the json spec.
ErrorJSON contains an array of Errors.
Source is represents.