import {SerialisedError} from '@serenity-js/core/lib/io' public interface | source SerialisedError Extends:JSONObject → SerialisedError Member Summary Public Members public message: string Message of the original Error object public name: string Name of the constructor function used to instantiate the original Error object. public stack: string Stack trace of the original Error object Public Members public message: string source Message of the original Error object public name: string source Name of the constructor function used to instantiate the original Error object. public stack: string source Stack trace of the original Error object