method OperationNotFoundError.prototype.toSerializable
OperationNotFoundError.prototype.toSerializable(): OperationNotFoundErrorData

Serializes error to a plain object.

Return Type

OperationNotFoundErrorData

Plain object representation of the error.

Usage

import { OperationNotFoundError } from "trellis/index.ts";