error property

Implementation

PlanningCenterApiError? get error =>
    isError ? (this as PlanningCenterApiError) : null;