Skip to main content

SdkFfiError

type SdkFfiError

type SdkFfiError struct {
// contains filtered or unexported fields
}

func NewSdkFfiErrorGeneric

func NewSdkFfiErrorGeneric() *SdkFfiError

func (*SdkFfiError) AsError

func (err *SdkFfiError) AsError() error

Convenience method to turn *SdkFfiError into error Avoiding treating nil pointer as non nil error interface

func (SdkFfiError) Error

func (err SdkFfiError) Error() string

func (SdkFfiError) Unwrap

func (err SdkFfiError) Unwrap() error