Error that occurred during function build.

interface FunctionBuildError {
    message?: string;
    trace?: string;
}

Properties

Properties

message?: string

Error message.

trace?: string

Error trace.