type Error = {
    code: string;
    detail?: string;
    title: string;
}
Index
code: string

The error code is in the form of 'OWL-xxx', ranges from 'OWL-001' to 'OWL-016'.

detail?: string
title: string