Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias ErrorResult<Error>

    type ErrorResult<Error> = {
        details: () => string;
        error: Error;
        isError: true;
        isOk: false;
    }

    Type Parameters

    • Error
    Index

    Properties

    details: () => string
    error: Error
    isError: true
    isOk: false