You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chip generally has CHIP_ERROR used in most places, however we also have INET_ERROR and potentially others (posix calls will use errno, various libraries will have their own version)
Proposed Solution
Unify on one error type. Choices could be: conversion on CHIP_ERROR for all external purposes or have some compound error type (e.g. source and number to support saying <ERRNO, 2> or <CHIP, OUT_OF_MEMORY>).
The text was updated successfully, but these errors were encountered:
Problem
Chip generally has CHIP_ERROR used in most places, however we also have INET_ERROR and potentially others (posix calls will use errno, various libraries will have their own version)
Proposed Solution
Unify on one error type. Choices could be: conversion on CHIP_ERROR for all external purposes or have some compound error type (e.g. source and number to support saying <ERRNO, 2> or <CHIP, OUT_OF_MEMORY>).
The text was updated successfully, but these errors were encountered: