Versions in this module Expand all Collapse all v0 v0.2.0 May 9, 2024 Changes in this version type Error + Index func() uint + type JSchemaError struct + ObjectKey string + func NewJSchemaError(file *fs.File, e *errs.Err) JSchemaError + func (e *JSchemaError) SetFile(file *fs.File) + func (e *JSchemaError) SetIncorrectUserType(s string) + func (e *JSchemaError) SetIndex(index bytes.Index) + func (e *JSchemaError) SetMessage(message string) + func (e *JSchemaError) SourceSubString() string + func (e *JSchemaError) String() string + func (e JSchemaError) Code() errs.Code + func (e JSchemaError) Column() uint + func (e JSchemaError) ErrCode() int + func (e JSchemaError) Error() string + func (e JSchemaError) Filename() string + func (e JSchemaError) IncorrectUserType() string + func (e JSchemaError) Index() uint + func (e JSchemaError) Line() uint + func (e JSchemaError) Message() string v0.1.1 Nov 16, 2022 Changes in this version + type Error interface + Column func() uint + ErrCode func() int + Filename func() string + IncorrectUserType func() string + Line func() uint + Message func() string + Position func() uint + func ConvertError(f *fs.File, err any) Error