Skip to content

SOLIDPOD: unify error handling - returning error code or throw exception #483

Description

@cdawei

Two error handling approaches have been used in solidpod

  • Return error code (e.g., SolidFunctionCallStatus.fail)
  • Throw a specific exception (e.g., AccessFailedException)

Please unify the error handling approach so that apps based on solidpod will have a consistent way to deal with errors occurred in solidpod API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions